dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAgentCollection Class / OracleQueueAgentCollection Constructor / OracleQueueAgentCollection Constructor(OracleQueueAgent[])
The array of OracleQueueAgent objects used to initialize collection.

In This Topic
OracleQueueAgentCollection Constructor(OracleQueueAgent[])
In This Topic
Initializes a new instance of the OracleQueueAgentCollection class with the specified array of OracleQueueAgent objects.
Syntax
'Declaration
 
Public Function New( _
   ByVal agents() As OracleQueueAgent _
)
 

Parameters

agents
The array of OracleQueueAgent objects used to initialize collection.
See Also